@charset "utf-8";
/* CSS Document */
/*pc导航*/
a{ text-decoration: none;}
a:hover{ text-decoration: none;}
.header{ background: #fff;}
.topline{ padding:0; line-height:50px; background: #075699; color: #fff; font-size: 13px; font-weight: bold;}
.topline a{ margin:0 4px; color: #fff;}
.sc{ text-align:right; float:right;}
.sc span{ display:inline-block;}
.sc span.home{ padding: 0 0 0 20px; background: url(home.png) no-repeat left center;}
.sc a{ margin:0 10px;}

.sc span.tel{ padding:0 25px; background:url(tel4_1.png) no-repeat left center; font-weight: normal; font-size: 18px; font-family: Verdana;}
.sc span.chat{ padding:0 0 0 20px; background:url(chat.png) no-repeat left center;}

.tel{ padding: 0 0 0 30px; background: url(tel.png) no-repeat left center;}

.share{}
.share1,.share2,.share3,.share4{ width:20px; height:50px; display:inline-block; background:url(share.png) no-repeat; float:left;}
.share .share1{ background-position:5px center;}
.share .share2{ background-position:-30px center;}
.share .share3{ background-position:-65px center;}
.share .share4{ background-position:-100px center;}

.language{ margin: 0 10px; padding:0; float:right; display:inline-block; width: 120px; height:50px; cursor:pointer; text-transform:capitalize; position:relative; z-index:99; line-height: 50px; text-align: center;}
.language:hover li.chinese{ display:block; height: 30px;}
.language ul:hover{ background:#075699;}
.language ul li:first-child{ padding: 0 0 0 6px; background: url(earth.png) no-repeat 10px center #075699;}
.language li{ display:block; z-index: 999; width: 100%; height: 50px;}
.language li:not(:first-child):hover{ background:rgba(0,0,0,0.2);}
.language li:after{content:"";display:inline-block;clear:both; border-top: 4px solid #f00;}
.language li:not(:first-child) { display:none; line-height: 30px;}


.language2{ padding: 0 0 0 25px; display: inline; text-transform: capitalize; background: url(ditu.png) no-repeat left center; float: right;}
.language2 span{ padding: 5px 0; width: 70px; text-align: center; display: inline-block; cursor: pointer;}
.language2 span:last-child{ background: #E5E5E5; color: #a5a5a5;}

.head{ margin:0 auto; padding:0; height: 80px; line-height: 80px; position:relative; top:0; transform:translate(0,0); transition:0.5s; z-index: 80; justify-content: space-between; display: flex;}
.head  .tel{ margin:20px 0 0 0; padding:0 0 0 50px; line-height:20px; font-size: 16px; font-weight: bold; display:inline-block; background:url(tel6.png) no-repeat left center; color: #E9D3BC; float: right; text-shadow: 2px 2px 2px #000;}
.head  em{ text-align:right; float:right; color:#ff8b00; font-size:18px; font-weight: bold;}

.head  .iconfont{ margin: 0 10px 0 0; color: #707070;}

.head .logo{ margin:0; float:left; overflow:hidden; min-width: 200px;}
.head .logo img{ margin: 0; max-width: 400px; max-height:80px;}
.head .search1{ margin: 0; display: none;}

/*
.head .language{ margin:20px 60px 0 0; width:100px; float:right; position:relative; line-height:46px; text-align:center; text-transform:capitalize;}
.head .language a{ color:#fff; display:block;}
.head .language i{ width:100%; display:none; position:relative; background:#2980CF;}
.head .language li:hover i{ display:block; position:absolute; width:140px; left:34px; z-index:99; transform:skew(45deg);}
.head .language li:hover i a{ transform:skew(-45deg);}
*/

/*普通导航*/
/*
.nav{ margin:0 auto; padding:0; float:left; width:760px; font-size:14px;}
.nav ul{ margin:0 auto; width:1000px; display:block;}
.nav ul li{ float:left; margin:0; color:#fff; text-transform:capitalize;}
.nav ul li:last-child{ background:none;}
.nav ul li a{ padding:0 20px; display:block; margin:0;}
.nav ul li a:hover{ color:#fff; background:#003781;}
.nav ul .currclass{ color:#fff; font-weight:bold; padding:0; display:block;}
.nav ul .currclass a{ color:#fff; background:#003781;}
.nav ul .time{ float:right; color:#fff; width:300px;}
*/

.navbar-pc{ background: #262626;}
/*下拉导航*/
.nav-pc{ padding:0; font-size:14px; /*font-family:serif;*/ text-transform:capitalize; z-index: 9; box-sizing:border-box;}
.nav-pc li{ list-style: none;}
.nav-pc .navlist{ display:block; line-height: 50px; overflow: hidden;}
.nav-pc .navlist:hover{ height: 360px;}
.nav-pc .navlist::after{ transition: 0.5s;}
.nav-pc .navlist:hover::after{ content: ''; background: rgba(0,0,0,0.6); position: fixed; left: -100%; top: 80px; width: 1000%; height: 300px;}
.navlist li{ float:left; margin:0; padding:0; position:relative; line-height: 80px; /*background: url(line0.jpg) no-repeat right center;*/}
.navlist li:last-child{ background:none;}
.navlist li:last-child a{ background:none;}
.navlist li:hover{/* background:rgba(32,151,243,1);*/}
.navlist li:hover a{/* color: #fff; background:rgba(32,151,243,1);*/}
.navlist li a{ margin:0; padding:0 10px; display:block; box-sizing:border-box; color: #ccc; text-decoration: none; font-weight: bold;}
.navlist li span{ float:left; font-size:1rem; overflow:hidden; text-align:center;}
/*
.navlist li span:before{ content:"."; display:block; width:50px; height:45px; clear:both; visibility:hidden; overflow:hidden; background:url(nav_xg.png) no-repeat center; float:left;}
*/
.navlist li span em{ display:block; font-size:12px; line-height:20px;}
.navlist li span a{ margin:0; padding:0 20px; display:block; /*background:url(nav_arrow.png) no-repeat 10px center;*/}
.navlist li span a:hover{}

.navlist li.curr{ color:#1c33a6; display:block;/* background: #2097F3;*/}
.navlist li.curr span a{ color: #1c33a6;}

.navlist .on{}
.navlist .on span a{}
.navlist .on span a:hover{}
.navlist .on .sub{ display: block;}
/* .navlist .sub:before{ content:"."; display:block; width:0; height:0; border: 5px solid #fff; position: absolute; top: 10px; left: calc(50% - 5px); transform: rotate(45deg);} */
.navlist .sub{ position:absolute; top:100px; z-index:999; font-size:12px; padding: 0;}
.navlist .sub li{ padding:0; vertical-align:middle; display:block; width:100%; position:relative; text-align:center;}
.navlist .sub li:first-child{}
.navlist .sub li:last-child{ border-bottom: none;}
.navlist .sub li:hover{}
.navlist .sub li a{ line-height:40px; color:#ccc; word-break:keep-all; background:none; font-weight: normal;}
.navlist .sub li a:hover{ color:#fff;}

.sub3{ display:none; box-sizing:border-box;}
.navlist .sub li:hover>.sub3{ position:absolute; left:100%; top:0; width:100%; background:#0D4C92; display:block;}
/*
.nav{ margin:0 auto; padding:0; width:100%; height:40px; line-height:40px; font-size:18px; background:#000;}
.navlist{ margin:0 auto; width:1000px; display:block;}
.nav ul .curr{ padding:0; color:#fff; display:block;}
.nav ul .curr a{ color:#58a2d6;}
.navlist li:first-child{ background:none;}
.navlist li{ float:left; margin:0; color:#fff; position:relative; background:url(line.png) left center no-repeat; display:block;}
.navlist li a{ padding:0 20px; display:block; margin:0;}
.navlist li span{ float:left; overflow:hidden;}
.navlist li span a{ display:block;}
.navlist li span a:hover{ color:#58a2d6; height:40px; line-height:40px;}

.navlist .on{}
.navlist .on span a{ color:#58a2d6; height:40px; line-height:40px;}
.navlist .sub{ display:none; width:100%; padding:0; position:absolute; top:40px; background:rgba(74,156,97,0.8); text-align:center; z-index:999; font-size:12px;}
.navlist .sub li{ vertical-align:middle; display:block; width:100%; position:relative; background:none; border-bottom:1px solid #fff;}
.navlist .sub li:last-child{ border:none;}
.navlist .sub li a{ line-height:30px; padding:4px 0; color:#fff; font-weight:normal; background:none;}
.navlist .sub li a:hover{ color:#fff; background:#2F8C42;}
*/

/*导航*/
.nav{}
.navbar-brand{ margin: 0 1rem; padding: 0;}
.navbar-brand img{ width: 100%; height: 100%; max-height: 4rem;}

.navbar-nav .nav-item .nav-link{ font-size: 1rem; border-bottom: 1px solid #D6D6D6;}

.navbar-collapse{ }
.navbar-collapse ul.navbar-nav{ padding: 20px 0;}
.dropdown-menu{ margin: 0; padding: 0; background: transparent; border: none; transition: 0.3s; height: 0; display: block; overflow: hidden;}
.dropdown-menu.show{ height: auto;}
.dropdown-menu .dropdown-item{ padding: 0.5rem 2rem; color: #fff;}
.dropdown-menu a{ border-bottom: 1px solid #D6D6D6;}
.dropdown-menu a:last-child{}

.nav-item{}

.navbar-toggler{ padding: 0; border: none; line-height: normal;}
.navbar-toggler-icon{fill:currentColor; background-image: none!important; font-size: 2rem; width: auto; height: auto;}
@media (max-width: 992px) {
    .navbar>div.container{ width: 100%; justify-content:space-between; flex-wrap:wrap; display: flex; padding: 0; align-items: center;}
    .navbar-brand{}
    .navbar-toggler{}
    body{ padding: 58px 0 0 0;}
        .index_aboutus .boxtitle{ margin: 1rem 0 0 0;}

    .search{ width: 100%; right: 0!important; left: 0!important;}
  }

.search1{ opacity: 0;}
.search{ position: absolute; top:4.3rem; right: 0; left: calc( 50% + 20rem); background: #fff;}

.boxtitle{ font-size: 2rem; font-weight: bold;}
.boxtitle span{ color: #023894;}

.index_boxtitle{ font-size: 1.5rem; font-weight: bold; text-align: center;}
.index_boxtitle b{ position: relative;}
.index_boxtitle b:before{ content: ""; position: absolute; width: 60px; height: 1px; background: rgba(0,0,0,0.4); bottom: 10px; left: -80px;}
.index_boxtitle b:after{ content: ""; position: absolute; width: 60px; height: 1px; background: rgba(0,0,0,0.4); bottom: 10px; right: -80px;}
.index_boxtitle em{ font-size: 0.875rem; display: block; font-weight: normal; font-style: normal; text-transform: uppercase; color: #999; margin-top: 4px;}

/*首页产品*/
.index_product { padding: 2rem 0;}
.index_product .nav-link{ color: #000;}
.index_product .card-body{ background: #F4F6FA;}
.index_product .card-text{ white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-align: center;}
.index_product .card-title{ text-align: center; text-transform: capitalize;}
.index_product .card{ border: 0;}
.index_product .card a{ transition: 0.5s;}
.index_product .card a:hover{ margin: -10px 0 0 0;}


.index_product .tab-content{ margin: 2rem auto;}

@media ( max-width:992px){
	.index_hdm .card-body{ padding: 1rem!important;}
}

/*首页海德曼门窗*/
.index_hdm{}
.index_hdm .card{ border: 0; overflow: hidden;}
.index_hdm .card-title{ font-weight: bold; font-size: 1.125rem;}
.index_hdm .card-body{ background: #F4F6FA; height: 100%; display: flex; align-items: center; justify-content: center; padding: 0 5rem;}
.index_hdm .card-text{ color: #999; font-size: 0.875rem;}
.index_hdm .hdm_info{}
.index_hdm [class*="col-"]{ overflow: hidden;}
.index_hdm [class*="col-"] img{ width: 100%;}





/*首页案例*/
.index_case{ padding: 2rem 0;/* background: linear-gradient(#fff,#315AA5);*/}
.index_case .boxtitle{ text-align: center;}
.index_case .boxtext{ text-align: center; margin: 0 0 2rem 0;}
.index_case .carousel-caption{ padding: 0 15px!important; left: 0!important; right: 0!important;}
.index_case a{ color: #000;}
.index_case .carousel-caption{ bottom: 0!important;}
.index_case .carousel-caption a.name{ padding: 1rem; color: #fff; display: block;}
.index_case .carousel-inner .item:before{ content: ""; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.8);}
.index_case .carousel-inner .item.active:before{ background: rgba(0,0,0,0);}
.index_case .carousel-indicators{ display: none!important;}

.index_case .more{ margin: 2rem auto 1rem; padding: 1rem 1rem; border: 1px solid #fff; display: table; background: none; background: #172a88; color: #fff; text-transform: capitalize; text-align: center; transition: 0.5s; width: 250px;}
.index_case .more .bi{ width: 0; opacity: 0; display: inline-block; transition: all 0.5s;}
.index_case .more:hover .bi{ width: 10px; opacity: 1;}


.index_case .card{ padding: 10px; box-shadow: 0 0 10px #eee; overflow: hidden; transition: 0.5s;}
.index_case .card img{ transition: 0.5s;}
.index_case .card:hover img{ transform: scale(1.05); transition: 0.5s;}
.index_case .card .card-footer{ background: none; border: none;}
.index_case .card .card-footer .date{ color: #666;}
.index_case .card .card-footer .date .day{ font-size: 2rem; display: inline-block; color: #999;}

/*首页新闻*/
.index_news{ padding: 3rem 0;}
.index_news .title{ text-align: left; position: relative; padding: 0 0 0 1rem; margin: 0 0 1rem 0;}
.index_news .title:before{ content: ""; width: 5px; background: #EC9F10; position: absolute; left: 0; height: 1.5rem; top: 1rem;}
.index_news .title .more{ display: inline-block; float: right; font-size: 1rem; line-height: 3rem; font-weight: normal;}
.index_news .boxtext{}
.index_news .boxtext .pic img{ width: 100%; min-height: 100%; object-fit: cover;}
.index_news .card-title{ margin: 0; font-size: 1rem; font-weight: bold;}
.index_news .card-text{ margin: 0;}


    #myVisor5{ padding: 0;}
    #myVisor4{ padding: 0;}
@media ( max-width: 768px) {
	.main{ padding: 2rem 0!important;}
    .news1,.news2{ margin: 0; padding: 0;}
    .index_news .boxtext{ padding: 1rem;}
  .index_news .news1 .title{ background: #EC9F10; color: #fff;}
  .index_news .news2 .title{ background: #355CA7; color: #fff;}
    .title span{ color:inherit;}
    .index_news .title{ text-align: left; position: relative; padding: 0 0 0 1.5rem; margin: 0 0 1rem 0;}
/*
    .title:before{ content: ""; width: 5px; background: #fff!important; position: absolute; left: 10px!important; height: 1.5rem; top: 1rem;}
*/

/*
    #myVisor4 [class*="col-"]{ margin: 0; padding: 0;}
*/
    .index_equipment{ padding-bottom: 5rem;}
    .index_equipment .carousel-indicators{ display: block!important; bottom: -4rem!important; background: #EAEAEA; width: calc(100% - 2rem)!important; padding: 1rem!important; margin: 0 1rem!important; left: 0!important; right: 0!important; transform: none!important;}
    .carousel-indicators li{ opacity: 1!important;}
    .carousel-indicators li:before{ background: #fff!important; box-shadow: none!important;}
    .carousel-indicators li.active:before{ background: #EE9F0F!important; border: none!important; box-shadow: none!important; width: 0.8rem!important; height: 0.8rem!important;}
	
	.bg{ text-indent: 0!important; padding: 1rem 0!important;}
	.bg>.container{ font-size: 1.5rem; max-height: 110px; overflow: hidden;}
	.floating_ck{ display: none;}
	.fuwu{ padding: 20px 0!important; width: 100%!important;}
	.fuwu .form-group [class*="col-"]{ padding: 0; margin: 0;}
	#form{}
	.fuwu form a.reset, .fuwu form a.submit{ padding: 5px 20px!important; margin: 10px!important;}
}

.index_news ul{ padding: 0!important;}
.index_news ul li{ padding: 1.25rem 0; border-bottom: 1px solid #E1E1E1; list-style: none;}
.index_news ul li:hover{ border-bottom: 1px solid #EC9F10;}
.index_news ul li:hover a{ color: #EC9F10;}
.index_news ul li a{ text-decoration: none; color: #333;}
.index_news ul li a:hover{ color: #EC9F10;}
.index_news .ntitle{ padding: 0 0 0 10px; font-size: 1rem; font-weight: bold; line-height: 2; position: relative;}
.index_news .ntitle:before{ content: ""; width: 5px; height: 10px; position: absolute; left: 0; top: 0.75rem; bottom: 0; background: #666;}
.index_news ul li:hover .ntitle:before{ background: #EC9F10;}
.index_news .ntitle .time{ font-size: 0.75rem; font-weight: normal;}
.index_news .details{ font-size: 0.875rem;}




/*首页幕墙工程*/
.index_service{}
.index_service .row>div{ text-align: center; transition: 0.5s;}
.index_service .row>div b{ font-size: 1.25rem; background: rgba(255,127,0,0.9); opacity: 0; transition: 0.5s; position: absolute; left: 0; right: 0; bottom: 0; justify-content: center; align-items: center; display: flex; height: 100%; color: #fff;}
.index_service .row>div em{ font-style: normal; color: #999;}
.index_service .row>div span{ position: absolute; right: 0; bottom: 0; font-size: 6rem; display: none; line-height: 1; opacity: 0.6; font-weight: bold;}
.index_service .row>div:hover b{ font-size: 1.5rem; opacity: 1;}
.index_service .row>div:hover{}
.index_service .row>div .item{ position: relative; bottom: 0; transition: 0.5s;}
.index_service .row>div .item img{ display: block; width: 100%;}
.index_service .row>div:hover .item{ background: #1c33a6; bottom: 20px;}
.index_service .row [class*="col-"]{ margin: 0; padding: 0; overflow: visible;}

/*首页联系我们*/
.index_contactus{ padding: 5rem 0; background: url("../image/contactus_bg.jpg") center/cover  no-repeat;}
.index_contactus .title span{ color: #023894;}
.index_contactus .title em{ margin: 1rem auto; display: block; font-size: 0.875rem; font-style: normal; font-weight: normal; color: #999;}
.index_contactus .div2{ border-right: 1px solid #ccc; border-top: 1px solid #ccc;}
.index_contactus .div2 div{ padding: 2rem; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.index_contactus .row{ margin: 0!important; padding: 0!important; text-align: center;}
.index_contactus i.bi{ display: block; font-size: 3rem;}



/*内页公共*/
.ny_banner img{ width: 100%;}
.main{ padding: 5rem 0 3rem;}
.banner2{/* background: url("../image/banner8.png") no-repeat center;*/ }
.banner2 img{ width: 100%;}
.banner2 b{ font-size: 2rem;}
.position{ border-bottom: 1px solid #ddd; line-height: 2.5rem; font-size: 0.875rem;}
.position .bi{ margin: 0 0.25rem 0 0;}

.banner3{ background: url("../image/banner6.jpg") no-repeat center; height: 30em; color: #fff; padding: 8rem 0 0;}
.banner3 b{ margin: 0 auto; display: block; text-align: center; font-size: 2rem;}

.ny{ padding: 3rem 0;}
.ny .row{ margin: 0; padding: 0;}
.ny a{ text-decoration: none; color: inherit;}

.aside{}
.fenlei_title{ background: #172A88; color: #fff; font-size: 1.5rem; padding: 1rem;}
.fenlei_text{ padding: 1rem; background: #F0F0F0;}
.fenlei_text a{ display: block; text-decoration: none; color: inherit;}
.fenlei_text .card{ border: none!important; background: none;}

.aside .collapse .curr{ color: #EC9F11; margin-left: -10px;}
.aside .collapse .curr:before{ content: ""; background: url("../image/dot3.png") left center no-repeat; width: 10px; height: 10px; display: inline-block;}

.aside .collapse a:hover{ color: #EC9F11; margin-left: -10px;}
.aside .collapse a:hover:before{ content: ""; background: url("../image/dot3.png") left center no-repeat; width: 10px; height: 10px; display: inline-block;}


.accordion{}
.accordion ul{ list-style: none; padding: 0 0 0 1rem;}
.accordion ul li a:before{ content: ""; display: inline-block; width: 4px; height: 4px; background: #000; border-radius: 100%; margin: 0 4px 4px 0;}
.accordion .card>div a{ line-height: 2rem;}
.accordion .card>div.collapse{}
.accordion .card{ border-radius: 0!important;}
.accordion .card:last-child{ border-bottom: none!important;}
.accordion .card>a{ font-size: 1.125rem; line-height: 2.5rem;}

.collapsed{ background: none!important;}

/*侧边留言表单*/
.aside .lyb{ margin: 1rem 0 0 0; padding: 1rem; background: #EEEEEE;}
.aside .lyb .lyb_title{ line-height: 2rem; font-size: 1.5rem; margin: 0 0 1rem 0;}
.aside .lyb input{ margin: 0 0 1rem 0;}
.aside .lyb button[type="submit"]{ background: #172a88; color: #fff;}
.aside .lyb textarea{ margin: 0 0 1rem 0;}

/*海德曼系统门窗列表*/
.hdmlist{}
.hdmlist .card{ border: 0; overflow: hidden;}
.hdmlist .card-title{ font-weight: bold; font-size: 1.125rem; color: #000;}
.hdmlist .card-body{ background: #F4F6FA; height: 100%; display: flex; align-items: center; justify-content: center; padding: 0 5rem;}
.hdmlist .card-text{ color: #999; font-size: 0.875rem;}
.hdmlist .hdm_info{}
.hdmlist [class*="col-"]{ overflow: hidden; padding: 0;}
.hdmlist [class*="col-"] img{ width: 100%;}

.hdmlist .bg{ position: absolute; left: 0; right: 0; top: 0; width: 100%; height: 100%; background: rgba(55,68,70,0.8); align-items: center; justify-content: center; display: flex; opacity: 0; transition: 0.5s; color: #fff;}
.hdmlist a:hover .bg{ opacity: 1;}

.hdmlist .bg span{ border: 1px solid #fff; padding: 10px 90px; margin: 30px; display: block;}
.hdmlist .bg span:nth-child(2){ background: #fff; color: #000;}

/*维修与改造单页*/
.weixiu{}

/*幕墙工程*/
.gongcheng{}
.gongcheng .pic{ overflow: hidden; border: 1px solid #ccc; padding: 10px;}
.gongcheng .pic img{ width: 100%;}
.gongcheng .title{ font-size: 1.875rem; text-align: left; margin: 20px auto;}

/*图片列表页*/
.piclist{}
.piclist .boxtitle{ font-size: 1.75rem; color: #000;}
.piclist .boxtitle b:before{ content: ""; background: #023795; width: 5px; height: 20px; display: inline-block; margin: 0 1rem 0 0;}
.piclist .card{ border: none; margin-top: 1rem; margin-bottom: 1rem;}
.piclist .card .card-title{ font-size: 1.125rem; font-weight: bold;}
.piclist .card .card-body{ background: #F2F2F2; font-weight: normal;}
.piclist .card a{ color: #000;}
.piclist .card .pic{ overflow: hidden; margin-bottom: 10px;}
.piclist .card a img{ display: block; transition: 0.5s;}
.piclist .card a:hover img{ transform: scale(1.1);}
.piclist .card dl{ font-size: 0.875rem; color: #666;}
.piclist .card dl dt{ font-weight: normal;}
.piclist .card dl dd{ margin: 0;}
.piclist .card dl p{ margin: 0;}

.piclist .col-8{ padding: 0;}
.piclist .col-4{ max-width: 95px;}

/*图片内容页*/
.title{}
.ny .details{ margin: 1rem auto;}
.ny .details .date{}
.content{}

/*产品栏目页*/
.productlanmu{ margin: 2rem 0 0 0;}
.productlanmu .card{ border-bottom: 1px solid #ddd!important; padding: 2rem 0;}
.productlanmu .card .card-title{ font-size: 1.5rem;}
.productlanmu .card .card-body{}
.productlanmu a{ color: #000;}
.productlanmu .img{ overflow: hidden; display: flex; align-items: center; justify-content: center; max-height: 30rem;}
.productlanmu .img img{ transition: 0.3s; width: 100%;}
.productlanmu .img:hover img{ transform: scale(1.2);}
.productlanmu .fenlei{ line-height: 2rem;}
.productlanmu .more{ margin: 1rem 0; padding: 1rem 1rem; border: 1px solid #fff; display: table; background: none; background: #172a88; color: #fff; text-transform: capitalize; text-align: center; transition: 0.5s; width: 160px;}
.productlanmu .more .bi{ width: 0; opacity: 0; display: inline-block; transition: all 0.5s;}
.productlanmu .more:hover .bi{ width: 10px; opacity: 1;}
@media(max-width: 992px){
    .productlanmu .card-body{ padding: 1.25rem 0;}
}
@media(min-width: 992px){
    .productlanmu .card-body{ padding: 0 1.25rem;}
}

/*产品列表页*/
.productlist{ margin: 2rem 0 0 0;}
.productlist .card{ border: none;}
.productlist .img{ overflow: hidden; display: flex; align-items: center; justify-content: center; max-height: 30rem;}
.productlist .img img{ transition: 0.3s; width: 100%;}
.productlist .img:hover img{ transform: scale(1.2);}
.lanmuinfo{ border-bottom: 1px solid #ddd; margin: 0 0 2rem 0; padding: 0 0 1rem 0;}
.productlist .h-100 .card-title{
    column-fill: 2;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}

/*产品内容页*/
.product_show{ margin: 2rem 0 0 0;}
.product_show .details b{ margin: 0 0 1rem 0; display: block; font-size: 1.5rem;}
.product_show .info2{ margin-top: 1rem; padding-top: 2rem; padding-bottom: 2rem; border-top: 4px solid #eee;}
.product_show .info2 .title{ margin: 0 0 1rem 0; font-weight: bold; font-size: 1.25rem;}

.fy{ margin: 1rem 0;}
.fy>div{ margin-bottom: 1rem; padding: 0.5rem 1rem; border-radius: 10px; background: #eee; border: 1px solid #ccc;}

.product_show .form{ padding: 1rem; background: #eee;}
.product_show .form .title{ font-size: 1.5rem; font-weight: bold; text-align: center; margin: 0 0 1rem 0;}
.product_show form input,.product_show form textarea{ background: none; box-shadow: 0 0 4px #ccc inset;}
.product_show form input:focus,.product_show form textarea:focus{ outline: 0; box-shadow: none;}

.product_show form .row>div{ padding: 0 1rem 1rem;}
.product_show form .row button{ background: #172a88; color: #fff; width: 100%;}


/*产品放大镜*/
.cloudzoom-zoom-inside:hover{ cursor: crosshair;}
img.cloudzoom { width:100%; max-height: 20rem;}
#slider1 {
    margin-top: 10px;
    margin-left:20px;
    margin-right:20px;
    height:100px;
    border-top:1px solid #aaa;
    border-bottom:1px solid #aaa;
    position:relative;
}
.thumbelina-but{ height: 100px!important;}
#slider1 .cloudzoom-gallery{ width: 90px; height: 90px; cursor: pointer;}
#slider1 .cloudzoom-gallery:hover{ border: 2px solid #f00;}






/*新闻列表页*/
.newslist{}

.newslist .date{}
.newslist .date .day{ font-size: 1.25rem; display: block; font-weight: bold;}
.newslist .title{ font-size: 1rem; text-align: left;}
.newslist .title:before{ content: ""; display: none;}

.newslist .title{ margin-top: 2rem; font-size: 2rem; font-weight: bold; text-align: center;}
.newslist .title2{ margin-bottom: 2rem; display: block}
.newslist .card{ border-radius: 0; box-shadow: 0 0 4px #ddd; margin-bottom: 3rem;}

.newslist .card a{  color: #666; transition: 0.5s;}
.newslist .card a:hover{ background: #FF7F00; color: #fff;}

.newslist .card .card-body{ padding: 1rem; font-size: 0.875rem;}
.newslist .card .card-title{ color: #000; font-weight: bold;}
.newslist .card .card-text{ border-bottom: 1px solid #ccc; padding-bottom:10px;}
.newslist .card i{ position: absolute; right:20px; bottom:20px;}
.newslist a:hover i{ color: #fff;}
.newslist a:hover .card-text{ border-color: #fff;}
.newslist a:hover .card-title{ color: #fff;}

/*新闻内容页*/
.newscontent{ padding: 1rem 0;}
.title{ font-size: 1.5rem; font-weight: bold; text-align: center;}
.newscontent .details{ margin: 0.5rem auto; font-size: 0.875rem; color: #999; text-align: center;}
.newscontent .details .date{ color: #eee;}
.content{ margin: 20px 0;}

/*关于我们 单页*/
.about{ }
.about .boxtitle{ text-align: center;}
.about .card{ border: none;}
.about .card img{ width: 100%; border-radius: 1.25rem;}
.about .card [class*="col-"]{ border-radius: 10px;}
.about .card .card-body{ background: #F2F2F2; height: 100%; align-items: center; justify-content: center; display: flex; border-radius: 1.25rem; text-align: center;}
.about .card .card-title{ position: relative; font-weight: bold;}
.about .card .card-title::after{ content: ""; background: #FF7F00; height: 4px; width: 5rem; position: absolute; left: calc( 50% - 40px); bottom: -20px;}
.about a{ color: #000;}

/*生产基地单页*/
.dy{}
.dy .boxtitle{ text-align: center; font-size: 1.5rem;}
.dy .boxtext{ margin: 40px 0;}
.dy .boxtext img{ max-width: 100%; display: block; margin: 0 auto 20px auto;}

/* 分页样式 */
.fenye{ margin:1rem auto; display: inline-block; vertical-align: bottom; }
.fenye span,.fenye a{ display: block; float: left; margin: auto 2px; padding: 4px 12px; background: #FFF; box-shadow: 0 0 8px rgba(0,0,0,0.07); border-radius: 2px; font-size: 14px; color: #999; }
.fenye a.page-num-current,
.fenye a:hover { background: #1D4075; color: #FFF; }


/*关于我们单页*/
.about_dy{}
.about_dy .gsjj{ margin-bottom: 8rem; padding: 2rem 0; background: url("../image/gsjj_bg.jpg") center  / cover no-repeat;}
.about_dy .gsjj .info{ color: #fff;}
.about_dy .gsjj p.title{ font-size: 1.5rem; margin: 0 0 1rem 0; display: block;}
.about_dy .gsjj .more{ margin: 1rem 0 0 0; padding: 0.5rem 2rem; background: #fff; border-radius: 4px; color: #000; text-transform: capitalize; display: inline-block;}

.about_dy .gsjj .video1{ justify-content: center; align-items: center; display: flex; min-height: 10rem;}
.about_dy .gsjj .video1 a{ justify-content: center; align-items: center; width: 4rem; height: 4rem; display: flex; text-align: center; background: #fff; border-radius: 100rem; font-size: 2rem; border: 1px solid #fff; position: relative;}
.about_dy .gsjj .video1 a .bo1{ width: 4rem; height: 4rem; border-radius: 100rem; border: 1px solid #fff; position: absolute; animation: arrow 3s 0s infinite;}
.about_dy .gsjj .video1 a .bo2{ width: 4rem; height: 4rem; border-radius: 100rem; border: 1px solid #fff; position: absolute; animation: arrow 3s 1s infinite;}
.about_dy .gsjj .video1 a .bo3{ width: 4rem; height: 4rem; border-radius: 100rem; border: 1px solid #fff; position: absolute; animation: arrow 3s 1.5s infinite;}

@keyframes arrow{
    from {
        /**由于我们默认写了变换属性，所以这里要补上translate(-50%,-50%)，不然就会被替换了**/
        opacity: 1;
    }
    to {
        opacity: 0;
        width: 28rem;
        height: 28rem;
    }
}

.about_dy .count{ margin-top: 2rem; margin-bottom: -9rem; background: #fff; border-radius: 10px; box-shadow: 0 0 5px #ddd;}
.about_dy .count>div{ padding: 4rem 2rem; justify-content: center; align-items: center; border-right: 1px solid #eee; text-align: center;}
.about_dy .count>div:last-child{ border: none;}
.about_dy .count>div:nth-child(1){ background: url("../image/count01.png") no-repeat right 20px bottom 20px;}
.about_dy .count>div:nth-child(2){ background: url("../image/count02.png") no-repeat right 20px bottom 20px;}
.about_dy .count>div:nth-child(3){ background: url("../image/count03.png") no-repeat right 20px bottom 20px;}
.about_dy .count>div:nth-child(4){ background: url("../image/count04.png") no-repeat right 20px bottom 20px;}
.about_dy .count>div span{ display: block; color: #005FA7;}
.about_dy .count>div span.num{ font-size: 2rem; color: #000;}
.about_dy .count>div span.counter{ display: inline-block; color: #000;}

.pinpai{ background: #eee; padding: 2rem 0;}
.pinpai img{ max-height: 5rem; margin-bottom: 1.5rem;}

.say{ margin-bottom: 3rem; position: relative; overflow: hidden;}
.say .swiper-wrapper .pg{ padding: 1rem 0; overflow: hidden; border: 1px solid #eee; box-shadow: 0 0 6px #eee;}
.say .mySwiper3{ padding: 3rem 0;}
.say .swiper-pagination{}
.say .people{ border-radius: 100%; overflow: hidden; width: 100px; height: 100px; margin: 2rem auto;}
.say .shuohua{ font-size: 0.875rem; margin: 0 auto; position: relative;}
.say .shuohua .bi{ position: absolute;}
.say .shuohua .bi.left{ left: 0;}
.say .shuohua .bi.right{ right: 0; bottom:0; transform: rotateZ(180deg);}
.say .swiper-slide{}
.say .swiper-slide>div{}

.say .line2{ height: 10px; background: #ddd; margin: 0 auto;}
.say .line3{ height: 10px; background: #eee; margin: 0 auto;}


.small_lanmu{ margin: 1rem 0; text-align: center;}
.small_lanmu a{ margin: 0 0.3rem 1rem; padding: 0.5rem 1rem; color: #666; background: #F2F2F2; border: 1px solid #ccc; border-radius: 4px; display: inline-block;}
.small_lanmu a.on{ background: #374446; color: #fff;}

/*联系我们单页*/
.contact{ margin: 2rem auto 0;}
.contact .part1 b{ display: block;}
.contact .part1,
.contact .part2{ text-align: center; background: #F2F2F2; padding: 20px; margin-bottom: 20px;}
.contact .title{ font-size: 1.5rem; font-weight: bold;}
.contact .info{ margin: 1rem 0;}

.contact.map img{ max-width: 100%;}

.contact.part3 [class*="col-"]>div{ background: #F2F2F2; padding: 20px; line-height: 30px;}
.contact.part3 [class*="col-"]>div b{ margin-bottom: 10px; display: block;}
.contact .beizhu{ color: #999;}

.contact form .row>div{ padding: 0 1rem 1rem;}
.contact form .row button{ background: #172a88; color: #fff; width: 10rem;}

/*服务单页*/
.fuwu{ box-shadow: 0 0 10px #ccc; margin: 0 auto; padding: 60px 20px; width: 80%;}
.fuwu form>.row{ border: none!important;}
.fuwu form div [class*="col-"]{ padding-left: 5px; padding-right: 5px;}
.fuwu form div [for*="name"]{ flex: inherit; width: 80px;}

.fuwu form input{ margin-bottom: 0; border: 0; outline: 0;}
.fuwu form button[type="reset"],
.fuwu form button[type="submit"]{ padding: 10px 60px; margin: 20px; border: 1px solid #ccc; box-shadow: 0 0 10px #eee; background: none;}
.fuwu form button[type="submit"]{ background: #FF7F00; color: #fff;}
.fuwu form button:hover{ background: #FF7F00; color: #fff;}
.fuwu form a.reset,
.fuwu form a.submit{ padding: 10px 60px; margin: 20px; border: 1px solid #ccc; box-shadow: 0 0 10px #eee; background: none; display: inline-block; color:#000;}
.fuwu form a.submit{ background: #FF7F00; color: #fff;}
.fuwu form a:hover{ background: #FF7F00; color: #fff;}
.fuwu form .tj{ text-align: center; border: none!important;}

.fuwu form .form-check{ margin: 0 40px 10px 0;}

.fuwu form .row{ border-bottom: 1px solid #ccc; margin: 0 0.625rem;}

/*发展单页*/
.fz .timebg{ background: url(../images/dy-fz1.jpg) no-repeat center bottom -300px; min-height: 600px; overflow: hidden; padding-top: 300px; margin-bottom: 2.5rem;}
.fz .timebg .time{ position: relative; cursor: pointer;}
.fz .timebg .time i{ position: absolute; left: -30px; top: -9px; border-radius: 100%; background: #000; line-height: 1rem; padding: 1px;}
.fz .timebg .time i:before{ content: ""; padding: 5px; border: 4px solid #fff; background: #000; line-height: 1rem; border-radius: 100%; display: block;}
.fz .timebg .time:hover i:before{ background: #f00;}
.fz .timebg .time b{ font-size: 1.875rem;}
.fz .timebg .time:hover b{ color: #f00;}
.fz .timebg .time:after{ content: ""; position: absolute; left: -20px; top: 10px; background: #ccc; height: 200px; width: 1px;}

.fz .timebg .time:nth-child(1){ left: 20px; top: -130px;}
.fz .timebg .time:nth-child(2){ left: 390px; top: -330px;}
.fz .timebg .time:nth-child(3){ left: 620px; top: -360px;}
.fz .timebg .time:nth-child(4){ left: 890px; top: -320px;}
.fz .timebg .time:nth-child(5){ left: 1190px; top: -370px;}

.fz .boxtitle{ text-align: center; margin-bottom: 40px;}

/*海德曼--门*/
.smallpic{ margin: 1rem auto;}
.smallpic img{ width: 100%;}
.smallpic [class*="col-"]{ margin-bottom: 1rem;}

.name{ font-size: 1.875rem; margin: 2rem auto; font-weight: bold;}
[class*="hdm-door"]{ position: relative; overflow: hidden;}
[class*="hdm-door"] .text{ font-size: 1.5rem; position: absolute; left: calc( 50% - 640px); top: 5rem; background: rgba(255,255,255,0.6); padding: 3rem; width: 30rem;}
[class*="hdm-door"] .text b{ font-size: 3rem;}
[class*="hdm-door"] .text p{ margin-top: 20px;}
[class*="hdm-door"] img{ width: 100%;}
.hdm-door6 .text{ left: auto; right: calc( 50% - 640px); text-align: right;}
.hdm-door6 .text em{ display: block; font-style: normal; font-size: 2.25rem; font-weight: bold;}
/* .hdm-door5{ background: url(../images/hdm-door5.jpg) no-repeat center bottom / cover; height: 600px;} */

/*海德曼--窗*/
[class*="hdm-chuang"]{ position: relative; overflow: hidden;}
[class*="hdm-chuang"] .text{ font-size: 1.5rem; position: absolute; left: calc( 50% - 650px); top: 10rem; background: rgba(255,255,255,0.6); padding: 3rem; width: 37rem; line-height: 2.5rem;}
[class*="hdm-chuang"] .text b{ font-size: 3rem; margin-bottom: 1rem; display: block; line-height: normal;}

[class*="hdm-chuang"] img{ width: 100%;}
.hdm-chuang5 .text{ left: auto; right: calc( 50% - 640px); background: rgba(0, 0, 0, 0.6); color: #fff;}
.hdm-chuang5 .text em{ display: block; font-style: normal; font-size: 2.25rem; font-weight: bold;}

.hdm-chuang6 .text{ background: rgba(0, 0, 0, 0.6); color: #fff;}


/*海德曼--栏杆*/
.langan{ padding-top: 40px;}
.langan .name{ font-size: 2.5rem; font-weight: bold; margin: 1rem auto;}
.langan .name2{ font-size: 1.875rem;}
.langan img{ display: block; width: 100%; margin: 20px auto;}

/*海德曼--阳光房*/
.hdm-house{}
.house_img{ position: relative;}
.house_img img{ width: 100%;}
.house_img .bg{ background: linear-gradient(transparent,#000); color: #fff; position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 0; font-size: 1.875rem;}

/*旭格*/
.ny_banner{ position: relative;}
.ny_banner .bg{ background: linear-gradient(transparent,#000); color: #fff; position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 0; font-size: 4rem; text-indent: -100px;}
.xg-bg{ margin-top: 40px;}
.xg-bg [class*="col-"]{ overflow: hidden; padding: 2px; position: relative;}
.xg-bg [class*="col-"] img{ width: 100%; height: 100%;}
.xg-bg [class*="col-"]:hover a img{ transform: scale(1.1);}
/*窗1*/
.xg-chuang.smallpic [class*="col-"] b{ font-size: 1rem; margin-top: 10px; display: block;}
.xg-chuang.smallpic [class*="col-"] p{ font-size: 1.5rem; color: #666;}
.xg-bg .bg{ background: rgba(0, 0, 0, 0.6); color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; padding: 60px 0; font-size: 1.5rem; text-align: center; opacity: 0; transition: 0.5s; cursor: pointer;}
.xg-bg [class*="col-"]:hover .bg{ opacity: 1;}
.xg-bg .bg i{ display: block; margin-top: 20px;}
/*窗2*/
.xg-chuang2.smallpic [class*="col-"]{ overflow: hidden; padding: 1px; margin-bottom: 1px; position: relative;}
.xg-chuang2.smallpic [class*="col-"] b{ font-size: 1rem; margin-top: 10px; display: block;}
.xg-chuang2.smallpic [class*="col-"] p{ font-size: 1.5rem; color: #666;}

.xg-chuang2.xg-bg .card{ border: none;}
.xg-chuang2.xg-bg .card .card-body{}
.xg-chuang2.xg-bg .card .card-title{ font-size: 1.5rem;}
.xg-chuang2.xg-bg .card .card-text{ color: #666;}
.xg-chuang2.xg-bg .card ul{ padding: 0; list-style-position: inside;}
.xg-chuang2.xg-bg .card ul li{}

.xg-chuang2.xg-bg .card .col-md-3 img{ width: 100%;}

/*门1*/
.xg-door1{ border: none;}
.xg-door1 [class*="col-md"] img{ width: 100%; height: 100%;}
.xg-door1 .bgcolor{ background: #E5E5E5; padding: 3.125rem; line-height: 2rem;}

.xg-door1 .card-title{ font-size: 1.875rem; font-weight: bold; margin: 2rem 0;}
/*门2*/
.xg-door2{}
.xg-door2.xg-bg .card{ border: none;}
.xg-door2.xg-bg .card .card-body{}
.xg-door2.xg-bg .card .card-title{ font-size: 1.5rem;}
.xg-door2.xg-bg .card .card-text{ color: #666; line-height: 1.875rem;}
.xg-door2.xg-bg .card .card-text b{ display: block;}
.xg-door2.xg-bg .card ul{ padding: 0; list-style-position: inside;}
.xg-door2.xg-bg .card ul li{}

.xg-door2.xg-bg .card .col-md-3 img{ width: 100%;}

/*旭格--阳光房*/
.xg-house.smallpic [class*="col-"]{ padding: 1px; margin-bottom: 1px;}

.xg-youshi{ font-size: 1.125rem; margin: 40px auto;}
.xg-youshi [class*="col-"]{ padding: 10px;}
.xg-youshi [class*="col-"]>div{ background: #F5F5F5; padding: 20px 60px; font-weight: bold;}

[class*="col-"]:hover>img{transform: scale(1.1);}
[class*="col-"]:hover a>img{transform: scale(1.1);}
img{ transition: 0.5s;}
div [class*="col-"]{ overflow: hidden;}




/*swiper*/
      .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

/*网页底部*/
footer{ background: #364445; color: #fff; font-size: 0.875rem;}
footer a{ color: #fff; position: relative; padding: 0 0.75rem;}
/* footer a:before{ content: ""; position: absolute; left: 0; top: 0.5rem; width: 2px; height: 1rem; background: #fff;}
 */
footer a:first-child{ padding-left: 0;}
footer .details ul a:first-child:before{ width: 0;}
footer .details b{ display: block; font-size: 1rem;}

footer .fr{ line-height: 1.5rem;}
footer .fr b{ margin: 0 0 1rem 0; font-size: 1.25rem; text-transform: uppercase; line-height: 2.4rem; display: block;}
footer .fr p{ margin: 0 0 0.25rem 0;}

footer .search1{ margin: 0 0 1rem auto; color: #999; font-size: 1.5rem;}
footer form input{ border: none!important;}
footer form .btn{ background: #BB1C20; border: none;}

footer .foot_lanmu ul{ list-style: none; color: #eee; line-height: 2rem;}
footer .foot_lanmu ul a{ color: #8799b2;}
footer .foot_lanmu b{ font-size: 1.2rem; color: #fff;}
footer .foot_lanmu b.collapsed{ color: #fff!important;}


footer .foot_logo{ display: flex; align-items: center; justify-content: center; height: 100%;}
footer dl{ display: block;}
footer dl dt{ display: block; font-size: 1.125rem; margin-bottom: 10px;}
footer dl dd{ display: inline-block; font-size: 0.875rem;}

footer .copyright{ background: #1A1A1A; text-align: center; padding: 1rem;}

@media(min-width: 992px){
    .foot_lanmu i{ display: none;}
    .foot_lanmu ul{ display: block!important;}
}

/*首页服务项目*/
.service{ background: #F6F6F6;}
.service-titile{
    text-align: center;
    font-size: 2.5rem;
    line-height: 5rem;
    text-transform: uppercase;
}
.service ul li{
    width: 50%;
    float: left;
    text-align: center;
    transition: 0.3s;
    border-top: 1px solid #ddd;
    padding: 10px;
    font-size: 0.875rem;
}
.service ul li:nth-child(2n-1){ border-right: 1px solid #ddd;}
.service ul li:first-child{ border-top: none;}
.service ul li:nth-child(2){ border-top: none;}
.service ul li i:before{
    display: block;
    font-size: 1.5rem;
    color: #666;
    transition: 0.3s;
}
.service ul li:hover{
    color: #ff7019;
    cursor: pointer;
}
.service ul li:hover i:before{
    color: #ff7019;
}
.service-content{}
.service-content b{ display: block; text-align: center; font-size:1rem; }
.service-content em{ display: block; text-align: center; margin: 20px 0; font-size: 0.5rem;}